home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 March / PCWorld_2002-03_cd.bin / Komunik / opera / mac / Opera5.0Installer.PPC.sit / Opera 5.0 Installer.PPC / Styles / about.css next >
Cascading Style Sheet File  |  2001-08-24  |  952b  |  66 lines

  1. /* Stylesheet for the Opera about document */
  2. /* Copyright 2000 Opera Software */
  3.  
  4. BODY { 
  5. color: black; 
  6. background: white;
  7. font-family: Georgia, serif;
  8. font-size: 10.5pt;
  9. }
  10. H1 {
  11. margin-top: 0;
  12. margin-bottom: 0;
  13. }
  14. H2 {
  15. margin-top: 0;
  16. margin-bottom: 0.5em;
  17. }
  18. DIV.content {
  19. background: ##ffe18a;
  20. clear: both;
  21. border: medium black solid;
  22. padding: 0.5%;
  23. margin: 0.5%;
  24. text-align: justify;
  25. }
  26. A:link {
  27. color: #0000FF;
  28. text-decoration: underline;
  29. }
  30. A:hover {
  31. color: #008000;
  32. text-decoration: underline;
  33. }
  34. A:visited {
  35. color: #ff0000;
  36. text-decoration: underline;
  37. }
  38. P.copyright {
  39. padding-top: 2px;
  40. border-top: medium solid black;
  41. text-align: center;
  42. font-size: 8pt;
  43. }
  44. DIV.border {
  45. background: #ffffff;
  46. clear: left;
  47. border: medium black solid;
  48. padding: 0.5%;
  49. margin: 0.5%;
  50. }
  51. UL {
  52. list-style: square;
  53. }
  54. TABLE, TD, TH, TR {
  55. border-width: 0px;
  56. border-spacing: 0px;
  57. }
  58. TH, TD {
  59. text-align: left;
  60. vertical-align: top;
  61. }
  62. TH {
  63. white-space: nowrap;
  64. padding-right: 1em;
  65. }
  66.